home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
GAMES
/
CHEAT
/
CheatMake
/
!CheatMake
/
Resources
/
Docs
/
dHackMods
< prev
next >
Wrap
Text File
|
1995-09-05
|
1KB
|
37 lines
Description of a Desktop Hacker Cheat file
If &2c-&33 = "CheatRM1" then
!&34 = offset to table A
Table A (general information)
Set new origin to offset of !&34 (instead of start of module)
!-4 = CHT1
!0 = offset to game name, or 0
!4 = offset to finder's name, or 0
!8 = offset to help text, or 0
!12 = offset to "Only if" words:
!0 = Address
+4 = String, null terminated
!16 = offset to first cheat table (table B), or 0
!20 = flags: Bit 0: Display cheat infos on clear (white) screen
!24 ?
!28 ?
Table B (cheat's information)
old (Table A) offset
!0 = INKEY number -1 (e.g.: &25 is placed instead of INKEY-(&26), I)
!4 = ASCII key number of cheat
!8 = offset to cheat name
!12 = offset to cheat addresses (table C)
!16 = offset to next cheat, or 0 if it was the last one
Table C (cheat addresses)
REPEAT
!0 = mode: 0 = set, 1 = add, 2 = subtract, 3 = OR, 4 = AND, 5 = EOR
if bit 3 set, only bytes are changed
!4 = value
followed by addresses, terminated by -1 (&ffffffff)
UNTIL terminated with -1 (&ffffffff)